projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3841d3
)
Tweak vecs for mtk_logger to show it can read waypoints.
author
robertl
<robertl>
Tue, 17 Aug 2010 02:40:05 +0000
(
02:40
+0000)
committer
robertl
<robertl>
Tue, 17 Aug 2010 02:40:05 +0000
(
02:40
+0000)
mtk_logger.c
patch
|
blob
|
history
diff --git
a/mtk_logger.c
b/mtk_logger.c
index 567ed5b954d879548bffe7127b3f5b1202a15a9a..c4843833727705e275446e5481fbae125c04b7d7 100644
(file)
--- a/
mtk_logger.c
+++ b/
mtk_logger.c
@@
-1512,7
+1512,7
@@
static arglist_t mtk_fargs[] = {
ff_vecs_t mtk_fvecs = {
ff_type_file,
- { ff_cap_
none
, ff_cap_read, ff_cap_none },
+ { ff_cap_
read
, ff_cap_read, ff_cap_none },
file_init,
NULL,
file_deinit,
@@
-1526,7
+1526,7
@@
ff_vecs_t mtk_fvecs = {
ff_vecs_t mtk_m241_fvecs = {
ff_type_file,
- { ff_cap_
none
, ff_cap_read, ff_cap_none },
+ { ff_cap_
read
, ff_cap_read, ff_cap_none },
file_init_m241,
NULL,
file_deinit,